curl --request POST \
--url https://api.example.com/api/v1/admin/integration/{id}/webhooks \
--header 'Content-Type: application/json' \
--data '
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"eventName": "<string>",
"url": "<string>",
"isActive": true,
"groupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"params": "<string>",
"conditionGroups": [
{
"order": 123,
"conditions": [
{
"criteriaType": 123,
"operator": 123,
"value": "<string>",
"referenceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"order": 123
}
]
}
],
"name": "<string>"
}
'